projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a3663f
)
(easy-menu-define): Fix spacing.
author
Juanma Barranquero
<lekktu@gmail.com>
Fri, 6 Sep 2002 07:13:06 +0000
(07:13 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Fri, 6 Sep 2002 07:13:06 +0000
(07:13 +0000)
lisp/emacs-lisp/easymenu.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/easymenu.el
b/lisp/emacs-lisp/easymenu.el
index 971e420d7e49346905c63c8d412624f7e295b2b4..fb8ee479fd835dfc4c8507f1ce87dfd3d8c1ed40 100644
(file)
--- a/
lisp/emacs-lisp/easymenu.el
+++ b/
lisp/emacs-lisp/easymenu.el
@@
-50,7
+50,7
@@
menus, turn this variable off, otherwise it is probably better to keep it on."
(defmacro easy-menu-define (symbol maps doc menu)
"Define a menu bar submenu in maps MAPS, according to MENU.
The menu keymap is stored in symbol SYMBOL, both as its value
-and as its function definition.
DOC is used as the doc string for SYMBOL.
+and as its function definition. DOC is used as the doc string for SYMBOL.
The first element of MENU must be a string. It is the menu bar item name.
It may be followed by the following keyword argument pairs